object dlgAbout: TdlgAbout Left = 245 Top = 108 BorderStyle = bsDialog Caption = 'About Dick Chase'#39's Java Editor' ClientHeight = 194 ClientWidth = 313 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 297 Height = 145 Shape = bsFrame end object lblTitle: TLabel Left = 56 Top = 18 Width = 209 Height = 20 Caption = 'Dick Chase'#39's Java Editor' Font.Color = clBlack Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold, fsItalic] ParentFont = False end object lblCopyright: TLabel Left = 40 Top = 64 Width = 242 Height = 16 Caption = 'Copyright � 1996, Richard L. Chase' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object lblRights: TLabel Left = 40 Top = 80 Width = 131 Height = 16 Caption = 'All rights reserved.' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object lblSupport: TLabel Left = 16 Top = 112 Width = 281 Height = 32 Alignment = taCenter Caption = 'Send questions or comments to dchase@tiac.net' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object lblVersion: TLabel Left = 60 Top = 37 Width = 73 Height = 16 Caption = 'Version 1.00' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object cmdOK: TButton Left = 119 Top = 164 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object Panel1: TPanel Left = 18 Top = 20 Width = 33 Height = 33 TabOrder = 1 object imgIcon: TImage Left = 1 Top = 1 Width = 31 Height = 31 Align = alClient AutoSize = True end end end